diff options
Diffstat (limited to 'app/[lng]/evcp/(evcp)/email-template/page.tsx')
| -rw-r--r-- | app/[lng]/evcp/(evcp)/email-template/page.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/[lng]/evcp/(evcp)/email-template/page.tsx b/app/[lng]/evcp/(evcp)/email-template/page.tsx index 7219d523..520fd8d5 100644 --- a/app/[lng]/evcp/(evcp)/email-template/page.tsx +++ b/app/[lng]/evcp/(evcp)/email-template/page.tsx @@ -11,7 +11,7 @@ export default async function MailTemplatesPage() { <div className="mb-8">
<div className="flex items-center gap-2">
<h1 className="text-3xl font-bold text-gray-900 mb-2">메일 템플릿 관리</h1>
- <InformationButton pageCode="evcp/email-template" />
+ <InformationButton pagePath="evcp/email-template" />
</div>
<p className="text-gray-600">이메일 템플릿을 관리할 수 있습니다.</p>
</div>
|
